home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-10 | 684 b | 21 lines | [TEXT/MPS ] |
- // Copyright © 1992 Emergent Behavior. All rights reserved.
-
- //=========================================================
- #ifndef __TYPES.R__
- #include "Types.r" // SIZE, WIND, STR_, MBAR etc.
- #endif
-
- //=========================================================
- #define kMenuBarID 128
- #define kAppleMenuID 128
- #define kFileMenuID 129
- #define kEditMenuID 130
-
- //=========================================================
- include "QuickApp.rsrc"; // WIND 1001, MENU 128-130
- include "SampleBundle.rsrc"; // BNDL, icons, etc.
-
- // --------------------------------------------------------
- resource 'MBAR' (kMenuBarID, "name", nonpurgeable) {
- {kAppleMenuID; kFileMenuID; kEditMenuID}
- };